home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / misc / x10-amh-.000 / x10-amh- / x10-amh-v1.04 / makefile < prev    next >
Makefile  |  1996-02-13  |  151b  |  7 lines

  1. #
  2. # This is a simple makefile ( not to be confused with a useful one )
  3.  
  4. x10-amh: x10-amh.c x10-amh.h
  5.     g++ -O -Wall -o x10-amh x10-amh.c
  6.     strip x10-amh
  7.